blog

Home / DeveloperSection / Blogs / What is an object?

What is an object?

Pushpendra Singh3448 09-Dec-2010

Object is the instance of the class.whenyou create the object you can specify the properties of that object.each object has at least one attribute that makes it unique.


Declaration of an Object in C#.NET

ClassName objectName=new ClassName();


Updated 18-Sep-2014

Leave Comment

Comments

Liked By